projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c2aec7
)
Start experimenting with python
author
João Távora
<joaotavora@gmail.com>
Wed, 2 May 2018 11:05:47 +0000
(12:05 +0100)
committer
João Távora
<joaotavora@gmail.com>
Wed, 2 May 2018 14:50:17 +0000
(15:50 +0100)
* eglot.el (eglot-executables): Add pyls.
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 22ff0318ca639d9a716a8aed79109a025ee152aa..ff71a2f782f48d9103c088409585c697476182c7 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-37,7
+37,8
@@
:prefix "eglot-"
:group 'applications)
-(defvar eglot-executables '((rust-mode . ("rls")))
+(defvar eglot-executables '((rust-mode . ("rls"))
+ (python-mode . ("pyls")))
"Alist mapping major modes to server executables.")
(defvar eglot--processes-by-project (make-hash-table :test #'equal))